home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9137 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  838 b 

  1. Path: news.eunet.fi!newsmaster
  2. From: jukka@datact.pp.fi (Jukka Kuronen)
  3. Newsgroups: comp.lang.c++
  4. Subject: can you call vc++ objs from bc++ and vice versa?
  5. Date: Wed, 28 Feb 1996 21:41:48 GMT
  6. Message-ID: <4h2ibl$r4b@idefix.eunet.fi>
  7. NNTP-Posting-Host: datact.pp.fi
  8. X-Newsreader: Forte Free Agent 1.0.82
  9.  
  10. Hi,
  11.  
  12. My question is: can you use objects created with visual c++
  13. from borland c++, for example vc++ dll which has btree class
  14. and from bc++ usage is normal OO style. In other words, are
  15. these implementations compatible in object code?
  16.  
  17. I'm asking this, because Delphi 2.0 will allow such interaction
  18. with borland c++ due to shared back-end compiler. I just wonder
  19. if it only could be done with vc++ also. The project I'm in is
  20. committed to vc++, but Delphi certainly beats vc++ in
  21. UI development (just my opinion).
  22.  
  23. Regards,
  24. Jukka.
  25.  
  26.  
  27.